GraphQL APIUserQueriesunreadMessagesOn this pageunreadMessagesNumber of unread messages for the userGraphQL Schemaextend type query { """Number of unread messages for the user""" unreadMessages(userId: ID!): Int}ArgumentsNameTypeDescriptionuserIdID!Unique ID of the userResponse ShapeThis query returns IntNameTypeDescription